home *** CD-ROM | disk | FTP | other *** search
- on chkmode
- global bgmflg, bgmno
- if (bgmflg = 1) and (the movieRate of sprite 10 = 1) then
- puppetSound(0)
- set bgmflg to 0
- else
- if (the movieRate of sprite 10 = 0) and (bgmflg = 0) then
- if (bgmno = 1) or (bgmno = 2) then
- bgmon()
- end if
- end if
- end if
- end
-